* frame.c (store_frame_param): Fix error message punctuation.
authorJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 21:19:06 +0000 (21:19 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 21:19:06 +0000 (21:19 +0000)
src/frame.c

index 006e4dec7816935ac2924f14bed9ae26dab83dff..9a865c379d646f8c974b54fc14c90a356771df37 100644 (file)
@@ -1062,7 +1062,7 @@ store_frame_param (f, prop, val)
        error ("Surrogate minibuffer windows must be minibuffer windows.");
 
       if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
-       error ("Can't change the surrogate minibuffer of a frame with its own minibuffer.");
+       error ("can't change the surrogate minibuffer of a frame with its own minibuffer");
 
       /* Install the chosen minibuffer window, with proper buffer.  */
       f->minibuffer_window = val;